<!-- Bootstrap core CSS -->
    <link href="<?php echo URL::asset('public/css/bootstrap.css'); ?>" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="<?php echo URL::asset('public/css/main.css'); ?>" rel="stylesheet">
    
     <!-- FLAT UI CSS -->
    <link href="<?php echo URL::asset('public/css/flat-ui.css'); ?>" rel="stylesheet">
    
    <!-- FONT Awesome CSS -->
    <link href="<?php echo URL::asset('public/css/font-awesome.min.css'); ?>" rel="stylesheet">
    
     <!-- IcoMoon CSS -->
    <link href="<?php echo URL::asset('public/css/icomoon.css'); ?>" rel="stylesheet">
    
    <!-- Ion Icons CSS -->
    <link href="<?php echo URL::asset('public/css/ionicons.min.css'); ?>" rel="stylesheet">
    
    <!-- picker CSS -->
    <link href="<?php echo URL::asset('public/css/jquery.fs.picker.min.css'); ?>" rel="stylesheet">

    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
    <script src="<?php echo URL::asset('public/js/ie-emulation-modes-warning.js'); ?>"></script>

    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="<?php echo URL::asset('public/js/ie10-viewport-bug-workaround.js'); ?>"></script>
    
    <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css' />


    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    
    <!--[if IE]>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<![endif]-->

<script type="text/javascript">
    
    // URL BASE
    var URL_BASE = "<?php echo URL::to('/'); ?>";
    // ReadMore
    var ReadMore = "<?php echo Lang::get('misc.view_more'); ?>";
    var ReadLess = "<?php echo Lang::get('misc.view_less'); ?>";



 </script>